home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act4 / 00086.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  178 b   |  10 lines

  1. on exitFrame
  2.   set mycolor to 0
  3.   repeat with xxx = 14 to 36
  4.     puppetSprite(xxx, 1)
  5.     setcolor(xxx, 11)
  6.     set the visible of sprite xxx to 1
  7.   end repeat
  8.   storecans()
  9. end
  10.